revision |
committer |
date |
comment |
r644689 |
arnaudsimon |
2008-04-04 13:11:38 +0100 (Fri, 04 Apr 2008) |
QPID-798 Added boolean property fully_sync when true a sync is sent after a persistent message is transfered. . |
r644727 |
aconway |
2008-04-04 15:42:36 +0100 (Fri, 04 Apr 2008) |
src/qpid/amqp_0_10/Assembly.cpp,.h: |
r644732 |
nsantos |
2008-04-04 15:58:01 +0100 (Fri, 04 Apr 2008) |
QPID-898: move bz2 generation from the release target to a new release-all target |
r644806 |
kpvdr |
2008-04-04 19:14:42 +0100 (Fri, 04 Apr 2008) |
Patch from Ted Ross (see QPID-902): This patch contains the following improvements for management:\n1) Schema display cleaned up in the python mgmt-cli\n2) Locking added automatically to management object accessors (manual
locking removed from broker/Queue.cpp)\n3) Schemas are now pre-registered with the management agent using a package initializer. This allows management consoles to get schema information for a class even if no instances of the class exist. |
r644812 |
kpvdr |
2008-04-04 19:25:08 +0100 (Fri, 04 Apr 2008) |
Additional files for Ted Ross's checkin |
r644845 |
aconway |
2008-04-04 20:35:14 +0100 (Fri, 04 Apr 2008) |
Minor cleanup of base Exception and python_tests script. |
r644917 |
aconway |
2008-04-04 22:00:40 +0100 (Fri, 04 Apr 2008) |
src/qpid/amqp_0_10/Exception.h |
r645470 |
gsim |
2008-04-07 12:51:07 +0100 (Mon, 07 Apr 2008) |
AsynchIoAcceptor.cpp: Limit output from codec to one buffer per 'idle' call. |
r645593 |
aidan |
2008-04-07 17:27:20 +0100 (Mon, 07 Apr 2008) |
Add toplevel NOTICE and LICENSE files, add Felix to java/resources/NOTICE, make sure all spec files are included in java source distribution |
r645663 |
aconway |
2008-04-07 21:12:31 +0100 (Mon, 07 Apr 2008) |
Encoding/decoding for packed structs and optional members. |
r645664 |
aconway |
2008-04-07 21:13:59 +0100 (Mon, 07 Apr 2008) |
Missing from last commit. |
r645670 |
aconway |
2008-04-07 21:42:28 +0100 (Mon, 07 Apr 2008) |
Fix rhel5 build errors. |
r645685 |
astitcher |
2008-04-07 21:59:02 +0100 (Mon, 07 Apr 2008) |
Fixed time classes for some changes that misunderstood how they are supposed |
r645699 |
aconway |
2008-04-07 22:16:48 +0100 (Mon, 07 Apr 2008) |
rubygen/0-10/specification.rb |
r645731 |
aidan |
2008-04-08 00:05:28 +0100 (Tue, 08 Apr 2008) |
Update release notes |
r645732 |
aidan |
2008-04-08 00:07:50 +0100 (Tue, 08 Apr 2008) |
Tag M2.1 RC3 |
r645733 |
aconway |
2008-04-08 00:22:36 +0100 (Tue, 08 Apr 2008) |
src/qpid/amqp_0_10/Body.h, Header.h: placeholders. |
r645804 |
gsim |
2008-04-08 10:18:10 +0100 (Tue, 08 Apr 2008) |
Fixed compilation error from ignored qualifier on function return type. |
r645826 |
gsim |
2008-04-08 11:16:32 +0100 (Tue, 08 Apr 2008) |
Removed out-of-date and misleading comment. |
r645951 |
gsim |
2008-04-08 15:48:25 +0100 (Tue, 08 Apr 2008) |
QPID-903: changed read-write lock to mutex (currently recursive) to avoid deadlocking when adding bridge. |
r646045 |
kpvdr |
2008-04-08 20:29:08 +0100 (Tue, 08 Apr 2008) |
Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and Store |
r646054 |
aconway |
2008-04-08 20:53:07 +0100 (Tue, 08 Apr 2008) |
Summary: added 0-10 Array encoding and decoding. |
r646071 |
aconway |
2008-04-08 22:02:14 +0100 (Tue, 08 Apr 2008) |
Touched existing template so new template allSegmentTypes.rb will be noticed. |
r646093 |
cctrieloff |
2008-04-08 22:51:17 +0100 (Tue, 08 Apr 2008) |
QPID-908 from tross |
r646099 |
aconway |
2008-04-08 23:11:40 +0100 (Tue, 08 Apr 2008) |
Fix packaing problem with generated file allSegmentTypes.h |
r646113 |
aidan |
2008-04-08 23:46:06 +0100 (Tue, 08 Apr 2008) |
Nuke |
r646114 |
aidan |
2008-04-08 23:46:10 +0100 (Tue, 08 Apr 2008) |
use svnexe for uploading, generate source jars |
r646115 |
aidan |
2008-04-08 23:46:26 +0100 (Tue, 08 Apr 2008) |
Tag M2.1 RC3 |
r646376 |
aconway |
2008-04-09 15:25:09 +0100 (Wed, 09 Apr 2008) |
Improved diagnostics in allSegmentTypes test. |
r646452 |
gsim |
2008-04-09 18:59:38 +0100 (Wed, 09 Apr 2008) |
Handle the set-redelivered flag on the final version of the message.release command. |
r646505 |
gsim |
2008-04-09 20:52:44 +0100 (Wed, 09 Apr 2008) |
Fixes and automated tests for federation function. |
r646519 |
rajith |
2008-04-09 21:31:28 +0100 (Wed, 09 Apr 2008) |
This is a fix for QPID-911. When the message id is set, _hasBeenUpdated will be set to true. |
r646778 |
aconway |
2008-04-10 13:36:58 +0100 (Thu, 10 Apr 2008) |
Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example. |
r646783 |
aconway |
2008-04-10 14:00:04 +0100 (Thu, 10 Apr 2008) |
Use "Exception" instead of typeid.name() as default exception name. Mangled type names are too confusing. |
r646791 |
kpvdr |
2008-04-10 14:17:44 +0100 (Thu, 10 Apr 2008) |
Minor change to format of log message when exception is thrown |
r646943 |
aconway |
2008-04-10 21:15:08 +0100 (Thu, 10 Apr 2008) |
amqp_0_10: Encoding for packed structs. |
r647099 |
gsim |
2008-04-11 11:02:49 +0100 (Fri, 11 Apr 2008) |
QPID-913: committed patch from tross@redhat.com |
r647123 |
gsim |
2008-04-11 12:44:12 +0100 (Fri, 11 Apr 2008) |
Set executable property for commands |